home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 12 C64 Telecom / NUTERM.DOC < prev    next >
Encoding:
Text File  |  2019-04-13  |  2.5 KB  |  40 lines

  1. The program, nuterm.bin, is a bare bones terminal program, written in BASIC,
  2. to illustrate the technique of saving an ASCII text file to diskette without
  3. sending holdoffs to the host (CONTROL S, e.g.).  Because no error checking
  4. protocol is used, the method is not
  5. recommended for program files.  But it
  6. produces minimum online time.  If contiguous characters are received, they re
  7. displayed and saved to a sequential file in essentially real time.  No buffer,
  8. other than the 255 byte, RS-232 receiver buffer, is used.  Thus, since the
  9. program ma be easily modified, the addition of a capture buffer will permit
  10. both saving to diskette and buffer capturing for later printing.  It has been
  11. tested with a C-64C, a 1670 modem, and a 1541-II drive at 300 and 1200 baud.
  12. When LOADed and RUN, it transfers 515 bytes of ML to the region from $C000 to
  13. $C202.  The BASIC program itself occupies $0801 to $0D6C.  Any line number
  14. greater than 20 and less than 2020 may be deleted, edited, or added.  If the
  15. program is reSAVEd, be sure to make line 10 end in GOTO 2020 rather than GOTO
  16. 0020.  Since the program was designed for use with CIS, F2$, F4$, and 6$ are
  17. string variables which should be redefined as 'phone number, user ID, and
  18. password (unless your password happens to be number/modem).  After answering
  19. prompts for FILENAME of file to be SAVEd and baudrate, pres F1 to enter
  20. terminal mode.  You are then in an ML loop.  You would usually press F2 to dial
  21. he CIS 'phone number, press the STOP key for a control C when connection is
  22. made, and follow with F4 for user ID and F6 for password.  Press F3 to return
  23. to menu mode.  If a text file is to be SAVEd to diskette, request to REAd the
  24. file.  After entering the CIS FILENAME,
  25. don't press return.  Press F5 instead.
  26. You should see the text on the screen and be SAVing to diskette.  The sporadic
  27. breaks in printing to the screen, during drive read/write head activity, do not
  28. represent hold offs sent to the host.  As soon as the drive sets the program
  29. free, the characters that had built up in the receiver buffer are rapidly read
  30. out.  At the end of the file, first press F7, then RETURN.  ONLY THE F7 KEY IS
  31. OPERATIVE DURING A SAVE.  PETASCII/ASCII and ASCII/PETASCII conversion is used.
  32. Again, this is just a demonstration of a technique whih may not be in common
  33. use.  The program hardly quallifies as a finished product.  It was designed for
  34. ease of modification.  All suggestions,
  35. criticisms and comments are welcome.
  36.  
  37.                    John Iannetta
  38.  
  39.                    73510,2152
  40.